Seal GtkRadioButton.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:01:29 +0000 (11:01 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:01:29 +0000 (11:01 +0000)
* gtk/gtkradiobutton.h: seal member field.

svn path=/trunk/; revision=20529

gtk/gtkradiobutton.h

index 237a604273a1c334b0f1996c95c7cbc9e97b021a..3e7abf81d43ab6edf276d13c697f8246cbe2b619 100644 (file)
@@ -53,7 +53,7 @@ struct _GtkRadioButton
 {
   GtkCheckButton check_button;
 
-  GSList *group;
+  GSList *GSEAL (group);
 };
 
 struct _GtkRadioButtonClass